Release 10.1A: OpenEdge Data Management:
SQL Reference


INITCAP

Returns the result of the argument character expression after converting the first character to uppercase and the subsequent characters to lowercase.

Syntax

INITCAP ( char_expression ) 

Example

The following example shows how to use the INITCAP function:

SELECT INITCAP (last_name) 
     FROM customer ; 

Notes

Compatibility

Progress extension


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095